ComponentOne FlexReport for WinForms
C1DocumentSourceException Constructor(String,Object[])

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSourceException Class > C1DocumentSourceException Constructor : C1DocumentSourceException Constructor(String,Object[])
The exception message formatting string.
The list of parameters supplied to the formatting string.
Initializes a new instance of the C1DocumentSourceException class with a formatted error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
)
public C1DocumentSourceException( 
   System.string format,
   params System.object[] args
)

Parameters

format
The exception message formatting string.
args
The list of parameters supplied to the formatting string.
See Also

Reference

C1DocumentSourceException Class
C1DocumentSourceException Members
Overload List